
.categories{
	
    font-size: 20px;
    color: aliceblue;
    background-color: #096789;
    border-radius: 6px;
    padding: 8px 8px;
;

}

.asterisk{
	margin: 0;
	padding: 0;
	font-family: 'Alfa Slab One', cursive;
}
.bodies{
	display:flex;
	justify-content: center;
	background: /*#d34d00;*/ /*#a8a8a8*/ #F2F2F2;

}

.containerother{
	position: relative;
	width:1100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	/*padding: 10px;
	margin-top: 0%;*/
}

.containerother .cards{
	width:208px;
	position: relative;
	height: 299px;
	background: #f0f0f0;
	margin:30px 10px;
	padding: 20px 15px;
	display:flex;
	flex-direction: column;
	box-shadow: 0.5px 10px #e6e6e6;
	transition:0.3s ease-in-out;
	margin-top: 5%;
}

.containerother .cards .imgBx{
	position: relative;
	width:260px;
	height: 260px;
	top: -30px;
	left:20px;
	box-shadow: 0 5px 20px rbga (0,0,0,1.2);
	border-radius: 10px;
}
.containerother .cards .imgBx img {
	max-width: 50%;
	border-radius: 10px;
}
.imgBx:hover img {
	transform: scale(1.1);
	
}